file chooser: Don't use .search-bar for a box
authorMatthias Clasen <mclasen@redhat.com>
Thu, 5 Nov 2015 12:40:48 +0000 (07:40 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 5 Nov 2015 12:40:48 +0000 (07:40 -0500)
Just use the more general .view class to avoid special-casing
the file chooser in the theme.

gtk/ui/gtkfilechooserwidget.ui

index fd289e8d2b8727bba20c9d6e04c954761a1376d9..0ddf34b3507793f3752c0258809bc5fdc75291b1 100644 (file)
@@ -43,7 +43,7 @@
                         <property name="orientation">vertical</property>
                         <property name="spacing">12</property>
                         <style>
-                          <class name="search-bar"/>
+                          <class name="view"/>
                         </style>
                         <child>
                           <object class="GtkStack" id="browse_header_stack">